home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-10 | 461 b | 19 lines | [TEXT/R*ch] |
- Listing 1 shows an example of how a panel is written in Guide Script. The
- resulting Apple Guide panel is shown in Figure 3.
-
- Listing 1: Apple Guide panel written in Guide Script
-
- <Define Panel> "What is it - panel 1"
- <Format> "Tag"
- <PICT> 2997, RIGHT
- <Format> "Body"
- The guideWorks Translator creates a WinHelp project from your Apple Guide source
- files, which you can compile into a WinHelp help file using the Windows Help
- Project Editor.
- <End Panel>
-
-
- ---
-
-
-